
 
 D C . a c t i v e E l e m e n t s 
 
 
 
 D e s c r i p t i o n :   C o n t a i n s   a n   a r r a y   o f   a l l   f o c u s a b l e   a c t i v e   e l e m e n t s   w i t h i n   t h e   D C   o b j e c t   c o n t e n t   a f t e r   i t   i s   r e n d e r e d .   I f   n o   f o c u s a b l e   a c t i v e   e l e m e n t s   a r e   d e t e c t e d ,   t h e   D C . a c t i v e E l e m e n t s   p r o p e r t y   w i l l   b e   s e t   t o   a n   e m p t y   a r r a y . 
 
 
 
 R e t u r n s :   A r r a y . 
 
 
 
 E x a m p l e : 
 
 
 
 / /   L o o p   t h r o u g h   a l l   f o c u s a b l e   a c t i v e   e l e m e n t s   a n d   p e r f o r m   a n   a c t i o n   o n   e a c h . 
 
 $ A . l o o p ( D C . a c t i v e E l e m e n t s ,   f u n c t i o n ( i n d e x ,   e l e m e n t )   { 
 
     / /   D o   s o m e t h i n g . 
 
 } ,   " a r r a y " ) ; 
 
 